@@ -10,7 +10,6 @@ end |
||
10 | 10 |
|
11 | 11 |
require File.expand_path("../../config/environment", __FILE__) |
12 | 12 |
require 'rspec/rails' |
13 |
-require 'rspec/autorun' |
|
14 | 13 |
require 'rr' |
15 | 14 |
require 'webmock/rspec' |
16 | 15 |
|
@@ -49,7 +48,6 @@ RSpec.configure do |config| |
||
49 | 48 |
# --seed 1234 |
50 | 49 |
config.order = "random" |
51 | 50 |
config.global_fixtures = :all |
52 |
- config.treat_symbols_as_metadata_keys_with_true_values = true |
|
53 | 51 |
|
54 | 52 |
config.render_views |
55 | 53 |
|